home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: negcjfk@ibm.net (Jon Kaminsky)
- Newsgroups: comp.lang.rexx
- Subject: Re: HOW TO SIMULATE A KEYPRESS WITH REXX
- Date: 1 Jan 1996 23:32:31 GMT
- Distribution: inet
- Message-ID: <4c9quf$11q2@news-s01.ny.us.ibm.net>
- References: <299790720030267Pcwoods@biddeford.com>
- Reply-To: negcjfk@ibm.net (Jon Kaminsky)
- NNTP-Posting-Host: slip5-71.fl.us.ibm.net
- X-Newsreader: IBM NewsReader/2 v1.2.5
-
- In <299790720030267Pcwoods@biddeford.com>, Pcwoods@biddeford.com writes:
- >Hello all,
- >I am pretty new to REXX, and have a bigger background with C, but really
- >like this quirky little language. DO any of you
- >REXX gurus know how I could simulate a user hitting enter, and
- >thus automate some of my routine system administration?
- >
- >Thanks.
- >
- >PLEASE REPLY TO CWOODS@NSC.COM!!
-
- Try sending the the hex for linefeed.
-
- D2C(010) /* return/linefeed code */
-
-
-